-
Notifications
You must be signed in to change notification settings - Fork 24.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add country_name to the default properties of geoip ingest processor #62915
Conversation
@elasticmachine ok to test |
Pinging @elastic/es-core-features (:Core/Features/Ingest) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gaobinlong, thanks for adding this. I think the source of the current test failures is that country_name
needs to be added to the results of the query in the geoip.asciidoc
file around line 280. If you can add that, I think we can get this merged.
@danhermann, thanks for your review, I have done that and all checks have paased yet. |
Thanks, @gaobinlong! I've merged this in. |
Elasticsearch added country_name to the list of default field for geo in elastic/elasticsearch#62915. So the expected files needed updated.
Elasticsearch added country_name to the list of default field for geo in elastic/elasticsearch#62915. So the expected files needed updated.
Elasticsearch added country_name to the list of default field for geo in elastic/elasticsearch#62915. So the expected files needed updated. (cherry picked from commit 13a5463)
Elasticsearch added country_name to the list of default field for geo in elastic/elasticsearch#62915. So the expected files needed updated. (cherry picked from commit 13a5463)
Elasticsearch added country_name to the list of default field for geo in elastic/elasticsearch#62915. So the expected files needed updated. (cherry picked from commit 13a5463)
Elasticsearch added country_name to the list of default field for geo in elastic/elasticsearch#62915. So the expected files needed updated. (cherry picked from commit 13a5463)
Closes #61523.
The main changes are:
coutry_name
to the default properties of geoip processor.